func runtime.goparkunlock
13 uses
runtime (current package)
mcleanup.go#L522: goparkunlock(&q.lock, waitReasonCleanupWait, traceBlockSystemGoroutine, 1)
mgc.go#L663: goparkunlock(&work.sweepWaiters.lock, waitReasonWaitForGCCycle, traceBlockUntilGCEnds, 1)
mgcmark.go#L822: goparkunlock(&work.assistQueue.lock, waitReasonGCAssistWait, traceBlockGCMarkAssist, 2)
mgcscavenge.go#L425: goparkunlock(&s.lock, waitReasonGCScavengeWait, traceBlockSystemGoroutine, 2)
mgcscavenge.go#L504: goparkunlock(&s.lock, waitReasonSleep, traceBlockSleep, 2)
mgcsweep.go#L279: goparkunlock(&sweep.lock, waitReasonGCSweepWait, traceBlockGCSweep, 1)
mgcsweep.go#L324: goparkunlock(&sweep.lock, waitReasonGCSweepWait, traceBlockGCSweep, 1)
mheap.go#L2493: goparkunlock(&work.strongFromWeak.lock, waitReasonGCWeakToStrongWait, traceBlockGCWeakToStrongWait, 2)
proc.go#L375: goparkunlock(&forcegc.lock, waitReasonForceGCIdle, traceBlockSystemGoroutine, 1)
proc.go#L467: func goparkunlock(lock *mutex, reason waitReason, traceReason traceBlockReason, traceskip int) {
proc.go#L7095: goparkunlock(&updateMaxProcsG.lock, waitReasonUpdateGOMAXPROCSIdle, traceBlockSystemGoroutine, 1)
sema.go#L192: goparkunlock(&root.lock, reason, traceBlockSync, 4+skipframes)
sema.go#L617: goparkunlock(&l.lock, waitReasonSyncCondWait, traceBlockCondWait, 3)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |